home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / bildanzeiger / superview-lib_dev / include / clib / svoperators_protos.h < prev   
C/C++ Source or Header  |  1995-03-09  |  601b  |  23 lines

  1. /* clib/svoperators.h            */
  2. /* Version    : 9.1            */
  3. /* Date       : 24.09.1994        */
  4. /* Written by : Andreas R. Kleinert */
  5.  
  6. /* SVObject-Version V1.x+ */
  7.  
  8. #ifndef CLIB_SVOPERATORS_PROTOS_H
  9. #define CLIB_SVOPERATORS_PROTOS_H
  10.  
  11. #ifndef SVOPERATORS_SVOPERATORS_H
  12. #include <svoperators/svoperators.h>
  13. #endif /* SVOPERATORS_SVOPERATORS_H */
  14.  
  15. APTR SVP_AllocHandle(       APTR future);
  16. ULONG SVP_FreeHandle(       APTR handle);
  17. ULONG SVP_DoOperation(      APTR handle,
  18.                 struct SV_GfxBuffer  *source,
  19.                 struct SV_GfxBuffer **dest,
  20.                 ULONG future);
  21.  
  22. #endif /* CLIB_SVOPERATORS_PROTOS_H */
  23.